GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > GradientFillEffect 構造体 > Create メソッド : Create(Double,Double,Double,Double,GradientStop[]) メソッド |
'宣言
Public Overloads Shared Function Create( _ ByVal top As Double, _ ByVal left As Double, _ ByVal bottom As Double, _ ByVal right As Double, _ ByVal gradientStops() As GradientStop _ ) As GradientFillEffect
public static GradientFillEffect Create( double top, double left, double bottom, double right, GradientStop[] gradientStops )